InstallExtensionCallback

interface InstallExtensionCallback : ExtensionsAsyncCallback<P, R>

A callback that is invoked when the user installs an extension from Chrome Web Store.

Use the install method to install the extension.

Use the cancel method to cancel the installation.

Since

8.0.0

Types

Link copied to clipboard
An action providing a response to the InstallExtensionCallback.
Link copied to clipboard
interface Params
The parameters of the InstallExtensionCallback.

Functions

Link copied to clipboard
abstract fun on(params: P, tell: R)
Invoked when the callback needs a response for the given callback parameters.